home *** CD-ROM | disk | FTP | other *** search
-
- from PSPApp import *
-
- def ScriptProperties():
- return {
- 'Author': u'',
- 'Copyright': u'',
- 'Description': '',
- 'Host': 'Paint Shop Pro X',
- 'Host Version': '10.00',
- }
-
- def Preset_OneStepPurpleFringeFix():
- return {
- 'GeneralSettings': {
- 'AutoActionMode': 0,
- 'ExecutionMode': 0
- }
- }
-
- def Do(Environment):
- App.Do( Environment, 'OneStepPurpleFringeFix', Preset_OneStepPurpleFringeFix())
-